home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in</name>
- <id>-1</id>
- <cardCount>4</cardCount>
- <cardID>5022</cardID>
- <listID>2980</listID>
- <cantModify><false /></cantModify>
- <cantDelete><false /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>512</width>
- <height>342</height>
- </cardSize>
- <script>on openStack
- set lockScreen to true
- set lockMessages to true
- set cursor to 4
- domenu New Card
- global nbr
- global var
- put 0 into itm
- put 0 into hundrh
- put 0 into ninh
- put 0 into eigh
- put 0 into sevh
- put 0 into sixh
- put 0 into fifh
- put 0 into forh
- put 0 into thirdh
- put 0 into twenh
- put 0 into tenh
- put 0 into zeroh
- repeat with counter = 1 to var
- add 1 to itm
- put word itm of nbr into test
- if value of test > 99 and value of test < 120 then add 1 to hundrh
- if value of test > 89 and value of test < 100 then add 1 to ninh
- if value of test > 79 and value of test < 90 then add 1 to eigh
- if value of test > 69 and value of test < 80 then add 1 to sevh
- if value of test > 59 and value of test < 70 then add 1 to sixh
- if value of test > 49 and value of test < 60 then add 1 to fifh
- if value of test > 39 and value of test < 50 then add 1 to forh
- if value of test > 29 and value of test < 40 then add 1 to thirdh
- if value of test > 19 and value of test < 30 then add 1 to twenh
- if value of test > 9 and value of test < 20 then add 1 to tenh
- if value of test >= 0 and value of test < 10 then add 1 to zeroh
- end repeat
- set lockScreen to false
- set lockMessages to false
- choose line tool
- set linesize to 4
- if value of hundrh > 0 then ¬
- drag from 90,40 to (90 + (value of hundrh * 10)),40
- if value of ninh > 0 then ¬
- drag from 90,65 to (90 + (value of ninh * 10)),65
- if value of eigh > 0 then ¬
- drag from 90,90 to (90 + (value of eigh * 10)),90
- if value of sevh > 0 then ¬
- drag from 90,115 to (90 + (value of sevh * 10)),115
- if value of sixh > 0 then ¬
- drag from 90,140 to (90 + (value of sixh * 10)),140
- if value of fifh > 0 then ¬
- drag from 90,165 to (90 + (value of fifh * 10)),165
- if value of forh > 0 then ¬
- drag from 90,190 to (90 + (value of forh * 10)),190
- if value of thirdh > 0 then ¬
- drag from 90,215 to (90 + (value of thirdh * 10)),215
- if value of twenh > 0 then ¬
- drag from 90,240 to (90 + (value of twenh * 10)),240
- if value of tenh > 0 then ¬
- drag from 90,265 to (90 + (value of tenh * 10)),265
- if value of zeroh > 0 then ¬
- drag from 90,290 to (90 + (value of zeroh * 10)),290
- choose browse tool
- end openStack
- </script>
- <background id="2706" file="background_2706.xml" name="" />
- <card id="5022" file="card_5022.xml" marked="false" name="" owner="2706" />
- <card id="3743" file="card_3743.xml" marked="false" name="" owner="2706" />
- <card id="3926" file="card_3926.xml" marked="false" name="" owner="2706" />
- <card id="3223" file="card_3223.xml" marked="false" name="" owner="2706" />
- </stack>
-